type net/http.http2http2Config

8 uses

	net/http (current package)
		h2_bundle.go#L1049: type http2http2Config struct {
		h2_bundle.go#L1066: func http2configFromServer(h1 *Server, h2 *http2Server) http2http2Config {
		h2_bundle.go#L1067: 	conf := http2http2Config{
		h2_bundle.go#L1087: func http2configFromTransport(h2 *http2Transport) http2http2Config {
		h2_bundle.go#L1088: 	conf := http2http2Config{
		h2_bundle.go#L1119: func http2setConfigDefaults(conf *http2http2Config, server bool) {
		h2_bundle.go#L1147: func http2fillNetHTTPConfig(conf *http2http2Config, h2 *HTTP2Config) {
		h2_bundle.go#L4904: func (sc *http2serverConn) serve(conf http2http2Config) {